@charset "utf-8";
/* CSS Document */

/**common**/
*{ margin:0; padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html, body { min-width:1360px; color:#333;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;}
body{ min-width:1350px;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;color:#333;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}

.fl { float:left;}
.fr { float:right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#fcc000;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#fcc000;} /* 滚动条滑块点击状态 */

.w1300{ width:1300px; margin:0 auto;}

header{ background:#0c0c0c; height:88px; position:relative;}
header:after{content:"";display:block; width:35.9375%; height:80px; background: url(../images/topl_bg.png); position:absolute; left:0; top:0;     background-size: 100% 100%;}
header .top_left{ width:250px; height:80px; float:left; z-index:2; position:relative;}
header .top_left a img{ max-width:100%; max-height:100%;}

header .top_right .menu_open{ display:none;}
header .top_right{width: calc(100% - 410px); float:right;}
header .top_right .navul{ width:100%;}
header .top_right .navul li.nav_item{ width:12.5%; float:left;text-align:right;}
header .top_right .navul li.nav_item:first-child{ width:12%;}
header .top_right .navul li.nav_item a{ color:#fff; font-size:18px; line-height:88px; display:inline-block; position:relative;}
header .top_right .navul li.nav_item a em{display:block; width:0; height:2px; background:#ffc000; position:absolute; top:70%; left:50%; transform:translateX(-50%);}
header .top_right .navul li.nav_item a.navon em,header .top_right .navul li.nav_item:hover a em{ width:100%;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}

/*banner 开始 */
.lyIdx_banner { width:100%; height:600px; overflow:hidden; margin:0 auto 0; padding:0;}
.lyIdx_banner .swiper-container1 { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdx_banner .swiper-container1 .swiper-slide { background-size:1920px 600px!important; position:relative; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}

/*分页器*/
.lyIdx_banner .swiper-container1 .swiper-pagination { height:34px; overflow:hidden; margin:0 auto; padding:0; bottom:34px!important;}
.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:32px; height:32px; line-height:32px; color:#fff; font-size:16px; text-align:center; border:1px solid rgba(255,255,255,0); background:none; margin:0 0 0 20px; border-radius:50%; opacity:1;}
.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active { border:1px solid #fff;}

.lyIdx_banner .swiper-container1 .swiper-button-prev, .lyIdx_banner .swiper-container1 .swiper-button-next { width:60px!important; height:60px!important; margin:-20px 0 0!important; position:absolute; top:50%!important; opacity:1;}
.lyIdx_banner .swiper-container1 .swiper-button-prev { background: rgba(255,255,255,.1) url(../images/prev0.png) center center no-repeat; left:0; opacity:0; transition: all .4s ease;}
.lyIdx_banner .swiper-container1 .swiper-button-next { background: rgba(255,255,255,.1)url(../images/next0.png) center center no-repeat; right:0;opacity:0; transition: all .4s ease;}
.lyIdx_banner:hover .swiper-container1 .swiper-button-prev,.lyIdx_banner:hover .swiper-container1 .swiper-button-next { opacity:1;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;  }
/*banner 结束*/

/*热门关键词&搜索 开始*/
.ly_hotkw_search { width: 100%; height: 80px; margin: 0 auto; padding: 0; background: #ffc000;position: relative; z-index: 9;}
.ly_hotkw_search .hotkw_search { height: 100%; overflow: hidden; padding: 15px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hotkw_search .hotkw_left { float: left; width: 52%; height: 50px; overflow: hidden; line-height: 50px; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; color:#fff; }
.hotkw_search .hotkw_left img{ margin-right:10px;}
.hotkw_search .hotkw_left span { color:rgba(255,255,255,.66);display: inline-block; }
.hotkw_search .hotkw_left a { color: #fff; }
.hotkw_search .hotkw_left a:hover { color: #fcc000; }
.h_Search { width:46%; height: 50px; margin: 15px 30px 15px 0; padding: 0; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.ny_Search { margin: 0; }
.h_Search form .sc_ipt { width: 82%; height: 50px; overflow: hidden; margin: 0; padding: 0; float: left; border-radius: 25px 0 0 25px;}
.h_Search form .sc_ipt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #333; font-size: 16px; margin: 0; padding: 0 15px;border: 0; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff url(../images/sstext_ico.png) 20px center no-repeat;padding: 0 15px 0 45px;}
.h_Search form .sc_btn { width: 162px; height: 50px; overflow: hidden; margin: 0; padding: 0; position:absolute; right:0;}
.h_Search form .sc_btn input { display: block; width: 100%; height: 50px; overflow: hidden; margin: 0; padding: 0; background: url(../images/sousou.png) center center no-repeat; border: 0; outline: none; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*热门关键词&搜索 结束*/

/*首页产品展示*/
.ind_probox{ width:100%; padding:75px 0 51px; overflow: hidden; background:#f8f8f8; min-height:400px;}
.sybigbt{ width:100%;}
.sybigbt .left{ width:35%; float:left;}
.sybigbt .left p{ font-size:30px; font-weight:bold; color:#333; float:left;border-right: 2px solid #ffc000;padding-right: 10px;margin-right: 10px;}
.sybigbt .left span{ font-size:18px; color:#999; float:left; line-height:44px;}
.sybigbt .right{ max-width:65%; height:42px; float:right; overflow:hidden;}
.sybigbt .right a{ display:block;text-align:center; float:left; color:#999; line-height:42px; font-size:16px;border-radius: 0 20px 0 0; padding: 0 20px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.sybigbt .right a.on,.sybigbt .right a:hover{ background:#ffc000; color:#fff;}
.sybigbt .right a:first-child{ width:80px;margin-right:15px;}

.ind_probox ul{ width:100%; margin-top:36px; clear:both;}
.ind_probox ul li{width:23.5%; background:#fff; float:left; margin-right:2%; margin-bottom:24px;}
.ind_probox ul li:nth-child(4n){ margin-right:0;}
.ind_probox ul li .pic{ display:block; width:100%; height:278px; position:relative;}
.ind_probox ul li .pic img{ max-width:96%; max-height:96%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.ind_probox ul li .text{ width:100%; height:112px; border-top:1px solid #ddd; position:relative; padding:32px 20px 20px;}
.ind_probox ul li:hover .text{ background:#fcc000; border-radius:0 30px 0 0; border:0;transition: all .4s ease;}
.ind_probox ul li .text .name{ font-size:18px; font-weight:bold;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.ind_probox ul li:hover .text .name{ color:#fff;}
.ind_probox ul li .text .proxh{font-size:16px; color:#999; margin-top:12px;background:url(../images/proxh.png) left center no-repeat; padding-left:31px; height:26px; line-height:26px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ind_probox ul li:hover .text .proxh{color:#fff;background:url(../images/proxh2.png) left center no-repeat;}
.ind_probox ul li .text .more{ display:block; width:44px; height:44px; background:#fcc000 url(../images/projt1.png) center no-repeat; border-radius:50%; position:absolute; top:-25px;right: 20px;}
.ind_probox ul li:hover .text .more{background:#fff url(../images/projt2.png) center no-repeat; box-shadow:0 0 10px rgba(0, 0, 0, 0.1);transform:rotate(360deg);transition: all .4s ease;}

/*首页关于我们*/
.ind_about{width:100%; padding:75px 0; overflow: hidden;background:url(../images/about_bg.png) 90% center no-repeat;}
.ind_about .contbox{margin-top:30px;}
.ind_about .contbox .left{ width:646px; float:left;}
.ind_about .contbox .left img{ width:100%;}
.ind_about .contbox .right{width: calc(100% - 688px); float:right;}
.ind_about .contbox .right .company{ font-size:24px; font-weight:bold;margin-top: 45px;}
.ind_about .contbox .right .ms{ margin-top:30px;height:202px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
.ind_about .contbox .right .ms,.ind_about .contbox .right .ms p{ font-size:16px; line-height:28px; color:#666;}
.ind_about .contbox .right .more{ display: block; width:128px; height:50px; line-height:50px; background:#fcc000; text-align:center; color:#fff; font-size:16px; border-radius:0 25px 0 0; transition: all .4s ease; margin-top:53px;}
.ind_about .contbox .right .more:hover{ border-radius:0;}

/*首页横幅*/
.ind_hf{width:100%; height:210px; overflow:hidden;background:url(../images/hf_bg.jpg) no-repeat; position:relative;}
.ind_hf .w1300{color:#fff; font-size:36px; line-height:210px; font-weight:bold; text-align:center;}

/*首页公司资讯*/
.ind_new{width:100%; padding:75px 0; overflow: hidden; min-height:400px;}
.ind_new .sybigbt .right a:first-child{ width:auto;}
.ind_new .box{ width:100%; margin-top:9px;}
.ind_new .box ul{ display:none;}
.ind_new .box ul li{ width:48.5%; float:left; margin-right:3%; background:#f9f9f9; padding:24px 0; margin-top:24px; position:relative;}
.ind_new .box ul li:nth-child(2n){ margin-right:0;}
.ind_new .box ul li:after{ content:""; position:absolute; top:0; left:0; width:100%; height:0; background:#fcc000;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s; }
.ind_new .box ul li:hover:after{ height:4px;}
.ind_new .box ul li .time{ width:110px; text-align:center; height:76px; border-right:1px solid #ddd; float:left;}
.ind_new .box ul li .time p{ font-size:16px; color:#999;margin: 15px 0 7px;}
.ind_new .box ul li .time span{font-size:26px; color:#999;}
.ind_new .box ul li .text{width: calc(100% - 110px); float:left; padding:0 24px;}
.ind_new .box ul li .text .name{ font-size:18px; margin-bottom:10px; display:block;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.ind_new .box ul li:hover .text .name{ color:#fcc000;}
.ind_new .box ul li .text p{font-size:16px; color:#999; height:48px; line-height:24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.ind_new .box ul.on{ display: block;}

/*foot*/
footer{ background:#0c0c0c; overflow:hidden;}
footer .footnav{ border-bottom: 1px solid #494949; height:70px;}
footer .footnav a{ width:12.5%; line-height:70px; float:left; color:rgba(255,255,255,.85); text-align:center; font-size:16px; position:relative;}
footer .footnav a:after{ content:""; width:1px; height:16px; background:#494949; position: absolute; top:50%; transform:translateY(-50%); right:0;}
footer .footnav a:last-child:after{ width:0;}
footer .footnav a:hover{ color:#fcc000;}
footer .foot_lx{ background:rgba(60,60,60,.15); padding:40px 60px; margin:42px 0; overflow:hidden;}
footer .foot_lx ul li{margin-right:2%; float:left; height:50px; position:relative;}
footer .foot_lx ul li:after{ content:""; display:block; width:1px; height:50px; background:#fcc000; position:absolute; left:70px; top:0;}
footer .foot_lx ul li p{ padding-left:90px; font-size:16px; font-weight:bold; color:#fcc000; margin: 5px 0 10px;}
footer .foot_lx ul li p em{ font-size:14px; font-weight:normal; color:rgba(255,255,255,.25);font-style: normal;}
footer .foot_lx ul li span{padding-left:90px; font-size:14px;  color:rgba(255,255,255,.65);max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
footer .foot_lx ul li:nth-of-type(1){ background: url(../images/foot_lx1.png) left no-repeat;width:34%;}
footer .foot_lx ul li:nth-of-type(2){ background: url(../images/foot_lx2.png) left no-repeat;width:32%;}
footer .foot_lx ul li:nth-of-type(3){ background: url(../images/foot_lx3.png) left no-repeat; margin-right:0;width:30%;}
footer .footbq{border-top: 1px solid #494949; padding:35px 0; overflow:hidden;}
footer .footbq .left{ width:70%; float:left;margin-top: 10px;}
footer .footbq .left p{ color:rgba(255,255,255,.25); line-height:28px; margin-top:10px;}
footer .footbq .left p a{color:rgba(255,255,255,.25); line-height:28px;}
footer .footbq .left p a:hover{color:#fff;}
footer .footbq .right{ float:right;}
footer .footbq .right .ewm{ width:112px; height:112px; border:1px solid rgba(255,255,255,.25); float:left; position:relative;}
footer .footbq .right .ewm img{ width:102px; height:102px; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
footer .footbq .right p{color:rgba(255,255,255,.85); font-size:15px; width:15px; margin-left:25px; margin-top:10px;float:left;}

/*友情链接*/
.link{ background:#fcc000; padding:15px 0; overflow:hidden;}
.link .left{ float:left; font-size:16px; color:#fff;}
.link a{ line-height:30px; color:#fff; font-size:14px; float:left; margin-left:10px;}

/*右侧客服 开始*/
.kfView { width: 140px; position: fixed; top:50%; right: 0; z-index: 99; box-shadow:0 7px 15px rgba(0,0,0,0.1); border-radius: 12px 0 0 12px; margin:-212px 0 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.kfView .kfTop { width:100%; overflow:hidden; margin:0 auto; padding: 15px 5px 11px; background-color: #fcc000; border-radius:12px 0 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfView .kfTop i { display: block; width: 48px; height: 48px; margin: 0 auto; padding:0; background: url('../images/kfTel.png') center center no-repeat;}
.kfView .kfTop span { display: block; width:100%; overflow:hidden; line-height:20px; color: #fff; font-family:"\5FAE\8F6F\96C5\9ED1"; font-size: 14px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:4px auto 2px; padding:0;}
.kfView .kfTop p { width:100%; overflow:hidden; line-height:20px; color: #fff; font-family:"Arial"; font-size: 18px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.kfView .kfMain{ width: 100%; overflow:hidden; margin:0 auto; padding:15px 0 0; background-color: #fff; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfView .kfMain ul { padding:0 10px;}
.kfView .kfMain ul li { margin:0 auto 15px;}
.kfView .kfMain ul a { display: block; width: 100%; height:36px; overflow:hidden; line-height:26px; color:#fff; font-size:13px; margin:0 auto; padding:5px; background-color:#fcc000; border-radius:18px; cursor:pointer; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfView .kfMain ul a img { display:block; width:26px; height:26x; margin:0 5px 0 0; padding:0; float:left;}
.kfView .kfMain ul a em{ width: 12px;height: 12px;display: inline-block;vertical-align: middle;}
.kfView .kfMain .kfEwm { width:140px; height:auto; margin:0 auto; padding:10px; border-top:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfView .kfMain .kfEwm img { display:block; width:102px; height:102px; overflow:hidden; margin:0 auto; padding:0;}
.kfView .kfMain .kfEwm p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.kfView .toTop { width:100%; height:36px; overflow:hidden; line-height:36px; color: #fff; font-size: 14px; text-align: center; padding: 0 10px; background-color: #303030; border-radius:0 0 0 12px; cursor: pointer; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.kfView .toTop img { display:inline-block; width:14px; height:14px; vertical-align:middle; margin:-2px 6px 0 0; padding:0;}
.kfBtn { width: 30px; height: 120px; overflow:hidden; text-align: center; margin:-60px 0 0; position: absolute; left: -30px; top: 50%; z-index: 1; cursor: pointer; background-color:#fcc000; border-radius:12px 0 0 12px;}
.kfBtn p { position: absolute; top: 16px; left: 8px; line-height: 18px; color: #fff; font-size:14px;}
.kfBtn p img { display:inline-block; margin:6px 0 0;}
/*右侧客服 结束*/


/*nybanner 开始*/
.nyBanner { width: 100%; height: 385px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.nyBanner img { display: block; width: 1920px; max-width: 1920px; height: 385px; position: absolute; top: 0; left: 50%; margin-left: -960px; border: 0; }
/*nybanner 结束*/

/*内页关于我们 开始*/
.NyMain_box { width: 100%; padding: 50px 0; overflow: hidden; }
.NyMain { overflow: hidden; min-height: 300px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.Ny_right .NyRight_Top { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0 0 15px; border-bottom: 1px solid #eaeaea; }
.NyRight_Top p { width: 30%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 24px; font-weight: bold; margin: 0; padding: 0; float: left; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.NyRight_Top1 p { width: 40%; }
.NyRight_Top p font { color: #999; font-size: 14px; font-weight: normal; margin: 0 0 0 5px; display: inline-block; text-transform: uppercase; }
.NyRight_Top .lyMbx { width: 65%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; text-align: right; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; float: right; }
.lyMbx img { display: inline-block; width: 19px; height: 21px; vertical-align: middle; margin: -4px 12px 0 0; padding: 0; }
.lyMbx a { color: #666; }
.lyMbx a:hover { color: #fcc000; }
.lyMbx span { color: #999; }
/*内页 关于我们*/
.gsjj_list .abbt{ width:100%; text-align:center;}
.gsjj_list .abbt span{ font-size:44px; font-weight:bold; color:#f0efef; text-transform:uppercase;}
.gsjj_list .abbt p{font-size:32px; font-weight:bold; color:#333;position: relative; margin: -35px 0 20px;}
.gsjj_list .abbt em{ display:block; width:100%; height:1px; background:#e8e8e8; position:relative;}
.gsjj_list .abbt em:before{ content:""; display:block; width:8px; height:8px; background:#fff; border:3px solid #fcc000; border-radius:50%; left:50%; transform:translateX(-50%); position:absolute; top:-6px;}
.gsjj_list .gsjj_cont{ margin:40px 0; min-height:300px;}
.gsjj_list .gsjj_cont .gsname{ font-size:24px; text-align:center; margin-bottom:30px;}
.gsjj_list .gsjj_cont .wz,.gsjj_list .gsjj_cont .wz p{ line-height:30px;}

.gsjj_list .gs_honor{ width:100%; position:relative; overflow:hidden; padding-bottom:40px; min-height:300px;}
.gsjj_list .gs_honor ul{ margin-top:40px;}
.gsjj_list .gs_honor ul li{ width:23.5%; float:left; margin-right:2%;}
.gsjj_list .gs_honor ul li:nth-child(4n){ margin-right:0;}
.gsjj_list .gs_honor ul li .pic{ display:block; width:100%; height:166px; position:relative; border:1px solid #e8e8e8;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.gsjj_list .gs_honor ul li .pic img{ max-width:98%; max-height:98%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.gsjj_list .gs_honor ul li .name{ display:block; width:100%; height:40px; line-height:40px; text-align:center; font-size:15px; background:#eee;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.gsjj_list .gs_honor ul li .name:hover{ background:#fcc000; color:#fff;}
.gsjj_list .gs_honor .swiper-pagination{ bottom:0;}
.gsjj_list .gs_honor .swiper-pagination-bullet{ width:13px; height:13px;}
.gsjj_list .gs_honor .swiper-pagination-bullet-active{background: #fcc000;}
/*内页关于我们 结束*/

.Ny_left { width: 23%; height: auto; margin: 0 auto; padding: 0; float: left; }
.Ny_right { width: 73.5%; height: auto; margin: 0 auto; padding: 0; float: right; }
/*产品分类*/
.cp_type { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.cp_type .hd { width: 100%; height: 96px; background: #fcc000; text-align: center; color: #fff; padding-top: 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.cp_type .hd b { display: block; background: url(../images/menu_ico.png) no-repeat 65px 0px; font-size: 30px; padding-left: 40px; margin-top: -15px; }
.cp_type .hd p { font-size: 38px; position: relative; margin-top: 5px; text-transform: uppercase; color: rgba(255,255,255,.1); font-weight: bold; }
.cp_type .bd { background: #f4f4f4; min-height: 300px; overflow: hidden; padding: 20px 15px; }
.cp_type .bd ul { width: 100%; border-top: 0; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 300px; }
.cp_type .bd ul li { background: #fff; margin-bottom: 15px; }
.cp_type .bd ul li:last-child { border: 0; }
.cp_type .bd ul li.on { }
.cp_type .bd ul li p { height: 55px; line-height: 55px; }
.cp_type .bd ul li p a { display: block; width: 80%; padding: 0 0 0 20px; overflow: hidden; line-height: 55px; color: #333; font-size: 17px; white-space: nowrap; text-overflow: ellipsis; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cp_type .bd ul li p span { display: block; width: 20%; height: 100%; background: url(../images/mulu2.png) center center no-repeat; cursor: pointer; float: left; }
.cp_type .bd ul li div { display: none; }
.cp_type .bd ul li div a { display: block; height: 50px; line-height: 50px; color: #999; font-size: 15px; border-bottom: 1px solid #e9e9e9; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 30px 0 40px; background: url(../images/jt2.png) no-repeat 25px 20px; }
.cp_type .bd ul li div a:last-child { border-bottom: 0; }
.cp_type .bd ul li p:hover, .cp_type .bd ul li.on p { background-color: #fcc000; }
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color: #fff; font-weight: bold; }
.cp_type .bd ul li p:hover span { background: url(../images/mulu3.png) center center no-repeat; }
.cp_type .bd ul li.on p span { background: url(../images/mulu1.png) center center no-repeat; }
.cp_type .bd ul li div a:hover { color: #fcc000; background: url(../images/jt3.png) no-repeat 25px 20px; }
.cp_type .ckgd { height: 50px; background: #fcc000; text-align: center; }
.cp_type .ckgd a { line-height: 50px; font-size: 15px; color: #fff; }

/*内页联系我们 开始*/
.ly_OrdCon {width:100%;overflow:hidden;margin: 0 auto 40px;padding:40px 160px 40px 0;position:relative;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box; background:#f6f6f6;}
.ly_OrdCon .lyOrdCon_img {width: 170px;height: 170px;overflow:hidden;margin: -84px 49px 0 0;padding:0;border-radius:50%;position:absolute;right: 0;top:50%;}
.ly_OrdCon .lyOrdCon_img img{ max-width:100%;}
.ly_OrdCon .lyOrdCon_text {width:100%;overflow:hidden;margin:0;padding: 0 120px 0 51px;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
.lyOrdCon_text .NyCon_tit { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0 auto 10px; padding:0; font-weight:bold;}
.lyOrdCon_text p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; margin:0 auto; padding:0;}
.lyNy_contact{ margin:20px 0;}
.lyNy_contact ul li{ width:50%; float:left; border-bottom:1px solid #f6f6f6; padding:20px 20px 20px 67px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; height:140px;}
.lyNy_contact ul li:nth-child(1){ background:url(../images/contact_ico1.png) no-repeat left center;}
.lyNy_contact ul li:nth-child(2){ background:url(../images/contact_ico2.png) no-repeat left center;}
.lyNy_contact ul li:nth-child(3){ background:url(../images/contact_ico3.png) no-repeat left center;}
.lyNy_contact ul li:nth-child(4){ background:url(../images/contact_ico4.png) no-repeat left center;}
.lyNy_contact ul li b{ font-size:18px; color:#6b6d6b; display:block; margin:20px 0 5px 0;}
.lyNy_contact ul li p{font-size:16px;color:#6b6d6b;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;height:48px;line-height: 25px;}
.lyNyContact_map { width: 100%; overflow: hidden; margin: 60px 0; padding: 0; border: 1px solid #f6f6f6; padding: 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyContact_map .lyNyContact_Mapmain { width: 100%; height: 405px; overflow: hidden; margin: 0 auto; background-color: #f8f8f8; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
/*内页联系我们 结束*/


/*内页产品列表 开始*/
.Ny_right .ny_pro_list { min-height: 300px; margin-top: 40px;}
.Ny_right .ny_pro_list ul li{ width:100%; height:200px; background:#f6f6f6;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:15px 20px; margin-bottom:25px;}
.Ny_right .ny_pro_list ul li .prolist_img{ width:25%; float:left;}
.Ny_right .ny_pro_list ul li .pic {display: block;width: 100%;height: 170px;text-align: center;overflow: hidden;position: relative;background: #fff;}
.Ny_right .ny_pro_list ul li .pic img { max-height: 95%; max-width: 95%; vertical-align: middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s; }
.Ny_right .ny_pro_list ul li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.Ny_right .ny_pro_list ul li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3) url(../images/prot.png) left top no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.Ny_right .ny_pro_list ul li .prolist_text{width:72%;float:right;margin-top: 10px;}
.Ny_right .ny_pro_list ul li .prolist_text .tit{ font-size:18px; color:#333; display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.Ny_right .ny_pro_list ul li .prolist_text p{font-size:15px;color:#999;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;height:48px;line-height:26px;margin: 15px 0 37px;}
.Ny_right .ny_pro_list ul li .prolist_text span{ display:block; width:200px; height:34px; line-height:34px; color:#fcc000; border:1px solid #fcc000; text-align:center; background:url(../images/time1.png) no-repeat 15px center; padding-left:20px;}
.Ny_right .ny_pro_list ul li:hover .pic:after { opacity: 1; background: rgba(0,0,0,.3) url(../images/prot.png) left top no-repeat; }
.Ny_right .ny_pro_list ul li:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.Ny_right .ny_pro_list ul li:hover .prolist_text span{ background:#fcc000 url(../images/time2.png) no-repeat 15px center; color:#fff; border:1px solid #fcc000; }

/*内页产品列表 结束*/


/*分页样式 开始*/
#fengye { text-align: center; margin: 20px auto 0; color: #555; font-size: 14px; }
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size: 14px; }
#fengye a:hover { background: #fcc000; color: #ffffff; }
#fengye a.pnnum1 { background: #fcc000; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #fcc000; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline: none; }
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default; }
/*分页样式 结束*/

/*内页新闻中心 开始*/
.ny_newstj ul li{ width:100%; height:153px; margin-bottom:30px;}
.ny_newstj ul li .newstj_img{ width:211px; float:left; position:relative; height:153px;}
.ny_newstj ul li .newstj_img img{width: 100%;height: 100%; display: block; position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0;object-fit: cover;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_newstj ul li .newstj_text{ float: right; width: calc(100% - 211px); background:#f6f6f6; padding:15px 30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; height:153px; }
.ny_newstj ul li .newstj_text .newstj_tlt{ height:40px; line-height:40px;}
.ny_newstj ul li .newstj_text .newstj_tlt a{ display:block;font-size:16px; color:#333;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding-left:40px; background:url(../images/news_ico1.png) no-repeat left center; width:80%; float:left;}
.ny_newstj ul li .newstj_text .newstj_tlt span{ float:right; font-size:15px; color:#c6c6c6;}
.ny_newstj ul li .newstj_text p{font-size:14px;color:#999;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;height:48px;line-height: 26px;margin: 5px 0 15px;}
.newstj_btn span{ display:block; float:left;}
.newstj_btn img{ display:block; float:left; margin:2px 0 0 5px}

.ny_news ul li {width: 100%;margin: 0 0 10px 0;background: #f6f6f6;padding: 0 15px 5px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; overflow:hidden;}
.ny_news ul li .news_tlt {height: 40px;line-height: 40px; padding-top:6px;}
.ny_news ul li .news_tlt a {font-size: 16px;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display:block;float:left;width:80%;background:url(../images/news_ico3.png) no-repeat left center;padding-left: 25px;}
.ny_news ul li .news_tlt span { font-size: 15px; color: #c6c6c6; display:block; float:right;}
.ny_news ul li p {line-height: 26px;font-size: 14px;color: #999;margin: 0 0 15px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all; width:100%;height: 48px;display:none;}
.ny_news ul li:hover p{ display:block;-webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s;}
.ny_news ul li:hover .news_tlt a{background:url(../images/news_ico4.png) no-repeat left center;}
/*内页新闻中心 结束*/

/*内页新闻文章详情 开始*/
.NyNews_Detail { width:100%; overflow:hidden; margin:0 auto; padding:0;} 
.NyNews_Detail .Detail_top{background:#f6f6f6;padding: 17px 10px 0 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:40px;overflow: hidden;}
.NyNews_Detail .Detail_top .Detail_left{ width:80%; float:left;}
.NyNews_Detail .Detail_top .Detail_right{width: 13%;float:right;margin-top: 15px;}
.NyNews_Detail .Detail_top .Detail_right a{color:#666;font-size:16px;display:block;background:url(../images/back.png) no-repeat left center;height: 35px;line-height: 35px;padding-left: 40px;}
.NyNews_Detail .NyNewsDetail_Title {width:100%;height:auto;line-height: 35px;color:#333;font-size:22px;margin:0 auto 5px;padding:0;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;max-height: 75px;}
.NyNews_Detail .NyNewsDetail_Tips {width:100%;height:auto;overflow:hidden;line-height:30px;color:#999;font-size:15px;margin: 0 auto 20px;padding:0;border-bottom: 1px solid none;}
.NyNewsDetail_Tips img { display:inline-block; width:20px; height:19px; vertical-align:middle; margin:-5px 6px 0 0; padding:0;}
.NyNews_Detail .NyNewsDetail_Con { width:100%; min-height:500px; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#666; font-size:16px; text-align:justify;}
.NyNewsDetail_Con p, .NyNewsDetail_Con div { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:justify; text-indent:0; margin:0 auto 15px; padding:0;}
.NyNewsDetail_Con p span, .NyNewsDetail_Con span, .NyNewsDetail_Con p em, .NyNewsDetail_Con em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.NyNewsDetail_Con table { display:block; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewsDetail_Con table tr td p { text-indent:0!important;}
.NyNewsDetail_Con img { display:inline-block; width:auto!important; height:auto!important; max-width:60%; margin:0 auto; padding:0; text-indent:0!important;}


.NyPrevNext {width:100%;overflow:hidden;margin:40px auto 0;padding-top: 20px;border-top: 1px solid #f1f1f1;}
.NyPrevNext ul li {width:50%;height:54px;overflow:hidden;line-height:54px;color: #666;font-size:16px;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:0 10px;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.NyPrevNext ul li:nth-child(2) { text-align:right;}
.NyPrevNext ul li img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 10px 0; padding:0;}
.NyPrevNext ul li a {color: #666;font-size:16px;}
/*内页新闻文章详情 结束*/

/*产品详细页 开始*/
.NyProDetail { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.pro_detail_main { width: 100%; height: auto; margin: 0 auto 30px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro_detail_main .pro_detail_img { width: 480px; height: 360px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro_detail_img .pro_detail_img_main { width: 100%; height: 100%; margin: 0 auto; padding: 0; position: relative; }
.pro_detail_img_main img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.pro_detail_main .pro_detail_text { width: 49%; min-height: 360px; overflow: hidden; margin: 0; padding: 0; float: right; position: relative; }
.pro_detail_text h1 { width: 100%; overflow: hidden; line-height: 40px; color: #333; font-size: 22px; text-align: justify; margin: 0 auto; padding: 0 0 10px; font-weight: normal; font-weight: bold; border-bottom:1px solid #ddd; }
.pro_detail_text .jyms { width: 100%; height: 156px; overflow: hidden; margin: 10px auto 25px; box-sizing: border-box; background: #f8f8f8; padding: 20px; }
.pro_detail_text .jyms p { width: 100%; height: 120px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; line-height: 29px; color: #999; font-size: 14px; text-align: justify; margin: 0 auto; padding: 0; }
.pro_detail_text .jyms p span { color: #333; font-weight: bold; }
.pro_detail_text ul { width: 100%; _margin: 20px auto; padding: 0; margin: 23px 0 31px 0; }
.pro_detail_text ul li {width: 100%;height: 30px;overflow: hidden;line-height: 30px;color: #666;font-size: 15px;text-align: justify;white-space: nowrap;text-overflow: ellipsis;margin: 0 auto 5px;padding: 0;float: left;}
.pro_detail_text ul li img { display: block; width: 19px; height: 15px; overflow: hidden; margin: 7px 10px 7px 0; padding: 0; float: left; }
.pro_detail_text ul li span { color: #333; }
.pro_detail_text .pro_detail_btn {width: 100%;height: 50px;overflow: hidden;margin: 60px auto 0;padding: 0;}
.pro_detail_btn a { display: block; width: 148px; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-size: 16px; text-align: center; margin: 0 20px 0 0; padding: 0; float: left; }
.pro_detail_btn a img { display: inline-block; width: 21px; height: 8px; vertical-align: middle; margin: -4px 0 0 10px; padding: 0; }
.pro_detail_btn a.prodtl_btn1 { float: left; margin: 0 4% 0 0; background-color: #fcc000; }
.pro_detail_btn a.prodtl_btn1:hover { background-color: #303030; }
.prodetail_img { width: 47%; height: 456px; margin: 0; padding: 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#preview { width: 100%; margin: 0; text-align: center; position: relative; }
.list-h li { float: left; }
#spec-n5 { width: 100%; padding-top: 10px; overflow: hidden; }
#spec-left { width: 16px; height: 70px; float: left; cursor: pointer; margin-top: 3px; }
#spec-right { width: 16px; height: 70px; float: left; cursor: pointer; margin-top: 3px; }
#spec-list { width: 440px; float: left; overflow: hidden; margin-left: 2px; display: inline; }
#spec-list ul { }
#spec-list ul li { float: left; display: inline; padding: 0; width: 18.4%; height: 70px; margin: 0 2% 0 0; }
#spec-list ul li:last-child { margin: 0; }
#spec-list ul li p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; border: 1px solid #dfdfdf; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#spec-list ul li:hover p { border: 1px solid #1f71c2; }
#spec-list ul li img { display: block; max-width: 94%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
/*jqzoom*/
.jqzoom { position: relative; width: 100%; height: 360px; overflow: hidden; padding: 0; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.jqzoom img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.zoomdiv { z-index: 100; position: absolute; top: 1px; left: 0px; border: 1px solid #eaeaea; display: none; text-align: center; overflow: hidden; left: 104%!important; top: 0!important; }
.bigimg { }
.jqZoomPup { width: 200px!important; height: 200px!important; z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; background: url(../images/mask.png) 0 0 repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
#spec-list { position: relative; width: 100%; margin: 0; }
#spec-list div { width: 100%!important; height: 70px!important; margin: 0; }
#ceshi { display: block; margin: auto!important; left: 0; top: 0; bottom: 0; right: 0; }
.prodetail_img a.videoIco { left: 20px!important; bottom: 20px!important; z-index: 99!important; }
.Warning { width: 100%!important; height: 100%!important; }
.NyProDetail .NyProDetail_Con { width: 100%; overflow: hidden; margin: 0 auto 30px; padding: 0; }
.NyProDetail_Title {width: 100%;height: 55px;line-height: 55px;color: #222327;font-size: 20px;font-weight: bold;margin: 0 auto 30px;padding-left: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.NyProDetail_Title span {width: 82px;display: block;height: 5px;background: #fcc000;margin-top: -3px;}
.NyProDetail_Con .NyProDetailCon { width: 100%; overflow: hidden; margin: 0 auto; padding: 0 20px; line-height: 30px; color: #666; font-size: 16px; text-align: justify; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProDetailCon p, .NyProDetailCon div { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: justify; text-indent: 0; margin: 0 auto; padding: 0; }
.NyProDetailCon p span, .NyProDetailCon span, .NyProDetailCon p em, .NyProDetailCon em { color: #666!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 16px!important; }
.NyProDetailCon table { display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyProDetailCon table tr td p { text-indent: 0!important; }
.NyProDetailCon p b { color: #333; }
.NyProDetailCon img { display: inline-block; width: auto!important; height: auto!important; max-width: 60%; margin: 0 auto; padding: 0; text-indent: 0!important; }
/*产品详情 结束*/


/*在线留言 开始*/
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.ly_msg h3 { display: none!important; }
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 25px!important; padding: 0; color: #999; font-size: 14px; }
.ly_msg ul li:last-child { margin: 0 auto!important; }
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 10px 0 0; color: #333; font-size: 16px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ly_msg ul li h4 font { color: #f00; }
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri!important; }
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important; }
.ly_msg ul li .msg_ipt12 { width: 88%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #999; font-size: 16px; border: 0px solid #eaeaea; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #eaeaea; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important; }
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { border-radius: 0; font-size: 16px!important; background-color: #f1f1f1!important; border: 0 solid #eaeaea!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri!important; outline: none!important; resize: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.ly_msg ul li .msg_ipt1 #selPvc { border-radius: 0; height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 16px!important; background-color: #f1f1f1!important; border: 0px solid #eaeaea!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important; padding: 0 15px; }
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left; }
.ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; }
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important; }
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important; }
.ly_msg ul li .msg_btn { width: 88%; overflow: hidden; margin: 15px auto 0; padding: 0; float: left; }
.ly_msg ul li .msg_btn { width: 88%!important; }
.msg_btn input { width: 150px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; margin: 0 20px 0 0; padding: 0; border-radius: 2px; border: none!important; background-color: #fcc000!important; cursor: pointer!important; }
.msg_btn input:last-child { background-color: #0c0c0c!important; }
.msg_btn input:hover { background-color: #fcc000!important; }
.msg_btn input:last-child:hover { background-color: #0c0c0c!important; }
/*在线留言 结束*/

/*相关文章 开始*/
.xgwz { margin-top: 35px; }
.xgwz .xgwz_bt { background:#fcc000; height: 96px; text-align: center; color: #fff; padding-top:15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.xgwz .xgwz_bt b { display: block; background: url(../images/xgwz_bt.png) no-repeat 65px 0px; font-size: 30px; padding-left: 40px; margin-top: -15px; height:33px;}
.xgwz .xgwz_bt p { font-size: 38px; position: relative; margin-top: 5px; text-transform: uppercase; color: rgba(255,255,255,.1); font-weight: bold; }
.xgwz_list ul { background: #f4f4f4; padding:20px 15px;  min-height:200px;}
.xgwz_list ul li { width: 100%; padding:6px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background:#fff; margin-bottom:10px;}
.xgwz_list ul li a { display:block; color: #666;font-size: 14px; line-height: 30px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background:url(../images/xgwz_ico.png) no-repeat 5px center; padding-left:20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.xgwz_list ul li a:hover { color: #fcc000; }
/*相关文章 结束*/

/*荣誉资质内页*/
.honor_list ul li{ width:31.3333%; float:left; margin-right:3%; margin-bottom:25px;}
.honor_list ul li:nth-child(3n+3){ margin-right:0;}
.honor_list ul li .pic{ display:block; width:100%; height:220px; position:relative; border:1px solid #e8e8e8;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.honor_list ul li .pic img{ max-width:98%; max-height:98%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.honor_list ul li .name{ display:block; width:100%; height:50px; line-height:50px; text-align:center; font-size:16px; background:#eee;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.honor_list ul li .name:hover{ background:#fcc000; color:#fff;}

/*产品展示页*/
.h_pro ul li{width:32%; background:#fff; float:left; margin-right:2%; margin-bottom:24px;border: 1px solid #ddd;}
.h_pro ul li:nth-child(3n){ margin-right:0;}
.h_pro ul li .pic{ display:block; width:100%; height:278px; position:relative;}
.h_pro ul li .pic img{ max-width:96%; max-height:96%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;}
.h_pro ul li .text{ width:100%; height:112px; border-top:1px solid #ddd; position:relative; padding:32px 20px 20px;}
.h_pro ul li:hover .text{ background:#fcc000; border-radius:0 30px 0 0; border:0;transition: all .4s ease;}
.h_pro ul li .text .name{ font-size:18px; font-weight:bold;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.h_pro ul li:hover .text .name{ color:#fff;}
.h_pro ul li .text .proxh{font-size:16px; color:#999; margin-top:12px;background:url(../images/proxh.png) left center no-repeat; padding-left:31px; height:26px; line-height:26px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.h_pro ul li:hover .text .proxh{color:#fff;background:url(../images/proxh2.png) left center no-repeat;}
.h_pro ul li .text .more{ display:block; width:44px; height:44px; background:#fcc000 url(../images/projt1.png) center no-repeat; border-radius:50%; position:absolute; top:-25px;right: 20px;}
.h_pro ul li:hover .text .more{background:#fff url(../images/projt2.png) center no-repeat; box-shadow:0 0 10px rgba(0, 0, 0, 0.1);transform:rotate(360deg);transition: all .4s ease;}

/*资料下载*/
.NyDown_List { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li { width:48.9%; height:auto; margin:0 2.2% 30px 0; padding:20px 30px 30px; border:1px solid #ddd; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li:nth-child(2n+2) { margin:0 0 30px;}
.NyDown_List ul li .NyDown_Name { width:100%; height:auto; margin:0 auto; padding:0;}
.NyDown_List ul li .NyDown_Name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyDown_List ul li span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto; padding:0;}
.NyDown_List ul li .NyDown_Btn { width:100%; height:auto; margin:0 auto; padding:0;}
.NyDown_List ul li .NyDown_Btn i { display:block; width:18px; height:10px; overflow:hidden; margin:0 0 0 60px; padding:0; background: url(../images/jt05.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyDown_List ul li .NyDown_Btn a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0; background-color:#f4f4f4; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyDown_List ul li:hover .NyDown_Name a { color:#ffc000;}
.NyDown_List ul li:hover .NyDown_Btn i { background: url(../images/jt06.png) center center no-repeat; background-size:100% 100%;}
.NyDown_List ul li:hover .NyDown_Btn a { background-color:#ffc000; color:#fff;}

.DownLoad_Btn a { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:15px; font-weight:bold; text-align:center; margin:0 auto; padding:0; background-color:#ffc000;}
.DownLoad_Btn a:hover { background-color:#d9a300;}


#newBridge .icon-right-center { top:inherit!important; bottom:10%!important;}
#KFRightScreen { display:none!important;}
